redundancy elimination - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

redundancy elimination - translation to russian

COMPUTER COMPILER OPTIMIZATION
Partial redundancy elimination

redundancy elimination      

нефтегазовая промышленность

устранение избыточности

cyclic redundancy check         
TYPE OF HASH FUNCTION USED TO DETECT ERRORS IN DATA STORAGE OR TRANSMISSION
Cyclic Redundancy Check; FCS-32; Cyclic redundancy code; CRC16; Crc64; Crc32 mpeg2; Crc16; Cyclic redundancy checks; CRC-24; CRC-16; CRC-8; CRC-64; Cyclical redundancy checking; CRC-CCITT; CRC-12; Crc32c; CRC32c; CRC8; Cyclic redundancy; Cyclic redundancy checksum; CRC-32C; CRC-32K; CRC check; CRC Values; Polynomial representations of cyclic redundancy checks; Polynomial CRC representations; List of CRC polynomials
см. CRC
elimination         
WIKIMEDIA DISAMBIGUATION PAGE
Eliminated; Elimination (disambiguation); Elimination (album)

[ilimi'neiʃ(ə)n]

общая лексика

устранение

удаление

элиминация

изъятие

ликвидация

уничтожение

математика

исключение

металлургия

выгорание (напр. углерода)

медицина

элиминирование

уничтожение (микробов)

строительное дело

устранение, удаление

нефтегазовая промышленность

подавление

Смотрите также

elimination of clone; biological elimination; cellular elimination; immune elimination; mitotic elimination; selective elimination; somatic elimination; complete elimination; elimination of quantifiers; elimination of unknown; elimination of variable; error elimination; forward elimination; strong elimination; trend elimination; weak elimination; zero elimination; elimination of staining from concrete; elimination of unsightly graffiti; excessive air elimination; elimination of ghost arrivals; elimination of pulsations; accident elimination; borehole bridge elimination; breakdown elimination; bug elimination; defect elimination; fault elimination; ghost elimination; hydrate elimination; leakage elimination; multiple elimination; redundancy elimination; salt elimination

существительное

общая лексика

удаление

исключение

выбрасывание

элиминирование

отсев

выбывание

уничтожение

ликвидация

выбывание (также [спорт.])

устранение

отобранный путем отсева

физиология

очищение

выделение

экскреция

удаление из организма

математика

исключение (неизвестного)

Смотрите также

intercompany elimination; eliminate

Definition

ПЛЕЙ-ОФФ
(англ. play-off от play - игра, играть и off - от), спортивные соревнования, проигрыш в которых означает выбывание из них.

Wikipedia

Partial-redundancy elimination

In compiler theory, partial redundancy elimination (PRE) is a compiler optimization that eliminates expressions that are redundant on some but not necessarily all paths through a program. PRE is a form of common subexpression elimination.

An expression is called partially redundant if the value computed by the expression is already available on some but not all paths through a program to that expression. An expression is fully redundant if the value computed by the expression is available on all paths through the program to that expression. PRE can eliminate partially redundant expressions by inserting the partially redundant expression on the paths that do not already compute it, thereby making the partially redundant expression fully redundant.

For instance, in the following code:

the expression x+4 assigned to z is partially redundant because it is computed twice if some_condition is true. PRE would perform code motion on the expression to yield the following optimized code:

An interesting property of PRE is that it performs (a form of) common subexpression elimination and loop-invariant code motion at the same time. In addition, PRE can be extended to eliminate injured partial redundancies, thereby effectively performing strength reduction. This makes PRE one of the most important optimizations in optimizing compilers. Traditionally, PRE is applied to lexically equivalent expressions, but recently formulations of PRE based on static single assignment form have been published that apply the PRE algorithm to values instead of expressions, unifying PRE and global value numbering.

What is the Russian for redundancy elimination? Translation of &#39redundancy elimination&#39 to Rus